home *** CD-ROM | disk | FTP | other *** search
/ Computer Inter@ctive 17 / Computer Interactive cdrom 17 - gen 99.iso / ZDNETIT / CONTENT / SMTPCEMS.ZIP / VENDINFO.DIZ < prev    next >
Encoding:
VENDINFO  |  1998-11-13  |  9.3 KB  |  201 lines

  1. +-------------------------------------------────────-----────────----+
  2. | This VENDINFO Product Information File contains both readable text |
  3. | and tools-accessible data about a product.  See the last text      |
  4. | section, below, for more information about VENDINFO and its tools. |
  5. +--------------------------------------------------------------------+
  6. VENDINFO standard v1.04, produced by VendEdit v1.30, 13-Nov-1998
  7.  
  8. ===== Product Information ==============================
  9.    Product:             SMTP/POP3 Email Engine for C/C++ SMTP & POP3 Email Library.
  10.    Version:             2.1`
  11.    Version Date:        14-Nov-1998
  12.    Product Type:        Software
  13.    Basic Distribution Policy (see License, below, for details):
  14.       Shareware, freely distributable by all channels
  15.  
  16.    Product Description: SMTP/POP3 Email Engine for C/C++. Ver 2.1. 
  17.                         Win16 and Win32 DLLs. (SEE4C21.ZIP) 11/14/98.
  18.                         Email from your C/C++ application. Simple API
  19.                         allows sending & receiving email, including 
  20.                         MIME attachments. Knowledge of Winsock and 
  21.                         TCP/IP is not needed. Includes multiple C/C++
  22.                         examples. Requires windows C/C++ compiler. By
  23.                         MarshallSoft Computing, Inc. Registration is 
  24.                         $95 + $7 S&H ($12 overseas).
  25.    Reason for version:  Update corrects bugs and adds functionality.
  26.  
  27.    Category:            Computer programming; Languages; C
  28.    Keywords:            INTERNET SMTP POP3 EMAIL MAIL C C++ LIBRARY 
  29.                         DLL ENGINE
  30.    Required Packages:   SEE4C
  31.    This Package:        SEE4C
  32.    Registration Fee:    57.00-95.00 (US $)
  33.  
  34.    Required Configuration
  35.       Processor Family: Intel 80x86 (minimum 80386)
  36.       Minimum OS:       Windows 3.1
  37.       Standard RAM:     4096K
  38.       Hard Drive Space: 200K
  39.  
  40.    Orders:
  41.       Address:          MarshallSoft Computing, Inc.
  42.                         POB 4543
  43.                         Huntsville AL
  44.                         35815
  45.       Phone:            256-881-4630
  46.       FAX:              256-880-0925
  47.       Internet:         orders@marshallsoft.com
  48.  
  49.    Support:
  50.       Address:          MarshallSoft Computing, Inc.
  51.                         POB 4543
  52.                         Huntsville AL
  53.                         35815
  54.       Phone:            256-881-4630
  55.       FAX:              256-881-4630
  56.       Internet:         support@marshallsoft.com
  57.  
  58.  
  59. ===== Information for Users ("READ-ME") ================
  60.  
  61. SEE4C/POP3 Email Engine Version 2.1
  62.  
  63. The SMTP/POP3 Email Engine (SEE) consists of Win16 and Win32 DLLs that
  64. allows any program capable of calling the Windows API to send and receive
  65. email over the internet, including quoted-printable and Base-64 MIME
  66. attachments.
  67.  
  68. If you are upgrading from version 1.0, you must change "seeConnectTo" to
  69. "seeSmtpConnect" in your application code.
  70.  
  71. For more information, refer to the "SEE4C Users Manual" (SEE4C_U.TXT),
  72. the "SEE4C Reference Manual" (SEE4C_R.TXT), or our product home at
  73. http://www.marshallsoft.com/see4c.htm
  74.  
  75. See INSTALL.TXT for installation information.
  76.  
  77.  
  78.  
  79.  
  80. ===== Packing List =====================================
  81.  
  82. As released by the author or publisher, this package contained the
  83. following files in addition to this VENDINFO.DIZ:
  84.  
  85.         Filename      Size     Date       Time     CRC32
  86.       FILE_ID.DIZ      398  11-Nov-1998  06:42p   C8655878
  87.  
  88.  
  89. ===== Installation =====================================
  90.  
  91. (1) Before installation of SEE4C, your Windows C/C++ compiler should
  92. already be installed on your system and tested. In particular, include
  93. command line tools when installing your compiler.
  94.  
  95. (2) Make a backup copy of your distribution disk.  Put your original
  96. distribution disk in a safe place.
  97.  
  98. (3) Exit Windows into DOS, or start a DOS window:
  99.  
  100. (4) Create your SEE project directory, copy the SEE archive, then unzip
  101. the archive. For example:
  102.  
  103.       MKDIR   SEE4C
  104.       PKUNZIP SEE4C21.ZIP SEE4C
  105.  
  106. (5) Run the INSTALL batch file, which will copy the correct DLL and LIB
  107. files for your compiler. The Windows Registry is NOT written to.
  108.  
  109. For Win32 compilers, you may choose native mode DLLs for your compiler
  110. (Microsoft, Borland, or Watcom) or "universal" mode, which requires that
  111. your compiler support the "declspec" keyword. Microsoft, Borland 5.0 and
  112. Watcom 11.0 all support "declspec". The same DLLs are used for Win16
  113. compilers.
  114.  
  115.        INSTALL MS      (Microsoft)
  116.        INSTALL BC      (Borland)
  117.        INSTALL WC      (Watcom)
  118.        INSTALL U       (Universal)
  119.  
  120. (6) Before compiling any example programs, you must edit the file EMAIL.H
  121. with your email configuration as described in section 3.5 of the SEE4C
  122. Users Manual (SEE4C_U.TXT).
  123.  
  124.  
  125. ===== Warranty =========================================
  126.  
  127. MARSHALLSOFT COMPUTING, INC.  DISCLAIMS ALL WARRANTIES RELATING TO THIS
  128. SOFTWARE, WHETHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY
  129. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  130. PURPOSE, AND ALL SUCH WARRANTIES ARE EXPRESSLY AND SPECIFICALLY
  131. DISCLAIMED. NEITHER MARSHALLSOFT COMPUTING, INC.  NOR ANYONE ELSE WHO HAS
  132. BEEN INVOLVED IN THE CREATION, PRODUCTION, OR DELIVERY OF THIS SOFTWARE
  133. SHALL BE LIABLE FOR ANY INDIRECT, CONSEQUENTIAL, OR INCIDENTAL DAMAGES
  134. ARISING OUT OF THE USE OR INABILITY TO USE SUCH SOFTWARE EVEN IF
  135. MARSHALLSOFT COMPUTING, INC. HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
  136. DAMAGES OR CLAIMS. IN NO EVENT SHALL MARSHALLSOFT COMPUTING, INC.'S
  137. LIABILITY FOR ANY SUCH DAMAGES EVER EXCEED THE PRICE PAID FOR THE LICENSE
  138. TO USE THE SOFTWARE, REGARDLESS OF THE FORM OF THE CLAIM. THE PERSON
  139. USING THE SOFTWARE BEARS ALL RISK AS TO THE QUALITY AND PERFORMANCE OF
  140. THE SOFTWARE.
  141.  
  142. Some states do not allow the exclusion of the limit of liability for
  143. consequential or incidental damages, so the above limitation may not
  144. apply to you.
  145.  
  146. This agreement shall be governed by the laws of the State of Alabama and
  147. shall inure to the benefit of MarshallSoft Computing, Inc.  and any
  148. successors, administrators, heirs and assigns.  Any action or proceeding
  149. brought by either party against the other arising out of or related to
  150. this agreement shall be brought only in a STATE or FEDERAL COURT of
  151. competent jurisdiction located in Madison County, Alabama. The parties
  152. hereby consent to in personam jurisdiction of said courts.
  153.  
  154.  
  155.  
  156. ===== License for Use and Distribution =================
  157.  
  158. MarshallSoft Computing, Inc. grants the registered user of SEE4C the
  159. right to use one copy of the SEE4C library (in object form) on a single
  160. computer in the development of any software product (other than libraries
  161. such as SEE4C). The user may not use the the library on more than one
  162. computer at the same time.
  163.  
  164. The "student" ($57) registered DLLs may not be distributed under any
  165. circumstances, nor may they be used for any commercial purpose.
  166.  
  167. The "professional" ($95) registered DLLs may be distributed (without
  168. royalty) in object form only, as part of the user's application, provided
  169. that the DLLs are NOT distributed publicly.
  170.  
  171.  
  172.  
  173. ===== About VENDINFO Files =============================
  174.  
  175. Each VENDINFO.DIZ file contains extensive information about a product.
  176. This "human-readable" section is followed by a compressed data record
  177. useable by automated tools.  The data record allows BBSes and other
  178. distributors to automate package handling, and provides users with a
  179. wealth of product information.  VENDINFO tools (free viewer for users,
  180. free or inexpensive processors for distributors, editors for authors)
  181. are available from many sources, including the originators of VENDINFO:
  182.   Rams' Island Software    Voice: 303-841-2848  CompuServe: 76244,324
  183.   7644 E. Lakecliff Way      BBS: 303-841-6269     FidoNet: 1:104/333
  184.   Parker, CO 80134-5904 USA  FAX: 303-841-6269        RIME: 1235
  185.  
  186.  
  187. ===== Compressed Data Record Follows ===================
  188.  
  189. PK
  190. A{m%╞û>"£#    VENDDATA.)    
  191. 7
  192. 
  193. '
  194. -N>.≈≈≈ù¡uJ4⌐SúO
  195. $XÉ,└ÇmK■@y₧Hç+Σ<Γ≡╚=■lö└ß²BVΩ£│c╚,NmJΩK¿Oí╬Y┤m╪┤l
  196. ∩÷lZ╖eAÜ}+Σ╨ùCW«░µP5Hô TÖL╙èòVn^ ╚e║î    á█ÆU߯
  197. K∙cÉ/╖∞X║sAè¡{å≡a▌Æ<Y2ê7[╫
  198. σ╙╛uûmZ:┴HÜΣ╘óEiA╘9D@á╗£,╦äΘRkR(╨6Pα┬     ½┴σx)=.\ù ¡ûIä─o
  199. :j├;}kdLÜ,ƒ3'Nù
  200. ^i¥ΓmX╣A╘3eé$╩ö╔å{î%√÷Γ¥RA}╬âƒⁿö.5╘î╢πy╓╩;un╘%pûσQUîT¥éb╣l[1)'c╬¥≤ß├│┌Öxj┌╢p┘x?(╘$╤g╦d=╖L÷¼ªuW^Ö∙ûMk╟▒ ╦4¼Æº°▒lδ|jÉMô6-BZ║t├ÄE█f÷t«É¬╛ëV?Mrº╛5Kµ┐ß~]:¼Aü▐ ≥Jö╖DP─@a╘²ÿ/°■ï╝%h╤¼ê2∩█:╧,▀├┘√i╟åÖq¿ä¿Ω(öªöö┬:äjÑ/u╙;σô=╙╝éεc=≈φ╪50⌐    {»w█▌G╟⌡H╕╫'aû╦P╛m]6 »`⌡▒Σ·▓x├P¼ñ+╡l▄║iσê÷╬æ╦
  201. Z╓8╝èn»*ß≡>ïo¼Ü·╣tσ┤-£╓ô0≡|Æ7≥╛I$9=╔D¥îαù
  202. ;7┼K0äDPαU<#Ål(<í8#êá@cs%íâ
  203. h@ßêê ÇB
  204. VAíâ
  205. ⌐uü7R╫╢|Ö┤É╢╣òYD4ÉG│÷ßΩ|∙≥ε▌╗.█╚│τ╚╫├}±Yφ }a¡╟l13&∩p≤■τµ²@á²┤ü╓Lá<Rlå"▓└TcB ┼RM xEé<¢ ╚~ffÇφ  É!├;╒óR¥Ñ
  206. ┬I,íΦ▐ô2A(a╘Lô
  207. òTj╜Γ╝╙#▓/RNN╗╢îìæ;%iI¿4è/$═Ü4g├FZD#²┘£Θ5O─3kΓîY├`\É q<!╦¼i│%Ä∩╖ñis& 7)├l    3º╠ôxº°■f`î└ÿ¥≤&Mô|╓⌐Oí╝╕NQó╙@t∙;%Ç@√0Φ£2u╙xiäaH<≈σâíÜæ2#£ó :┤i
  208. i┤9%═╗#Ç@?Φ≤`╥<PÉ-x≤RεD₧┼╦V¿╨)pèÅÖæÅ"K┌'só╚Ü7n╥Äxö┤â=±╙₧q₧ ò9ö¼1Mó$ ╥hP,$}┼OZ?╥0Inå@ö┴ùA%äôy8½'ô`╞»α^δ∞$çiSåeó╙ 5ä√7╬é┤┴°Ü9&ƒâèäJ╘BíV9X@aïÆ¡c#▄â┤c@cúñ    │D₧úfSΩhíòNìP▓p#!║£
  209. {Jº≥╦╕ô9û╪╙╖ÑDx38>▌┤Θa· ╔ëσuh9¥.%í╨≈▀4£;Q╕a(┤$(æ≥0(┬&0ê╕¢δú-π╬Ω<cVJôfì&╜╬¡ô┴▐Å≤t╚¼╛σ#3(╟    .├█c┌▀û╩└²▄ └²▄ΩPK
  210. A{m%╞û>"£#     VENDDATA.PK*I